build: Depend on graphene-gobject-1.0
authorEmmanuele Bassi <ebassi@gnome.org>
Tue, 18 Apr 2017 13:26:12 +0000 (14:26 +0100)
committerEmmanuele Bassi <ebassi@gnome.org>
Wed, 3 May 2017 14:10:56 +0000 (15:10 +0100)
We use the GObject types with Graphene, so we need to check that the
library has been built with them.

meson.build

index 0ac6d4448ed6529f50ca9d529d8cbcdf342b6060..55a7ac0acfd1799a2cd386a32fd97af83904f2da 100644 (file)
@@ -198,7 +198,7 @@ atk_dep        = dependency('atk', version: atk_req)
 gmodule_dep    = dependency('gmodule-2.0', version: glib_req)
 harfbuzz_dep   = dependency('harfbuzz', version: '>= 0.9', required: false)
 xkbdep         = dependency('xkbcommon', version: '>= 0.2.0')
-graphene_dep   = dependency('graphene-1.0', version: graphene_req,
+graphene_dep   = dependency('graphene-gobject-1.0', version: graphene_req,
                             fallback : ['graphene', 'graphene_dep'])
 
 fontconfig_dep = [] # only used in x11 backend